DWORD pascal WinSetFlags(HWND hWnd, DWORD fFlags) OR's the window's flags field with the value in the second parameter. Parameters hWnd is the handle of the window to query. fFlags is the double word value of the flags to OR the current flags with. Returns The new value of the flags field if successful, 0 if not.